home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / CTCP / UTC < prev    next >
Encoding:
Text File  |  1993-05-04  |  734 b   |  16 lines

  1. Usage: CTCP <nick> UTC <system time>
  2.   This is primarily for robots to send date and time information
  3.   to users and have it displayed in local time. The format of the
  4.   UTC CTCP is:
  5.     UTC number
  6.   where number is the ASCII representation of the 32 bit
  7.   integer representing the time as is used on UNIX machines.
  8.   When IRCII receives this CTCP, it replaces the text of
  9.   the local time expressed in the local language back into
  10.   the original message. Thus if you send the following:
  11.     NOTICE nick The time is ^AUTC 702777074^A
  12.   The user might see:
  13.     -yournick- The time is Thu Apr  9 09:51:14 1992
  14.   (if their timezone is Australian Eastern Standard Time).
  15.   Obviously you can use the $TIME() function here effectively.
  16.